-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Error Prone 2.24.1 -> 2.25.0 #1042
Conversation
Suggested commit message:
|
Looks good. No mutations were possible for these changes. |
4 similar comments
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the suggested commit message and PR title. @rickie perhaps we can tweak the Renovate config to get this OOTB?
d88ec2f
to
d12bc1b
Compare
Looks good. No mutations were possible for these changes. |
4 similar comments
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
d12bc1b
to
682784b
Compare
Looks good. No mutations were possible for these changes. |
2 similar comments
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
682784b
to
232a080
Compare
Looks good. No mutations were possible for these changes. |
4 similar comments
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
232a080
to
2a38ef9
Compare
Looks good. No mutations were possible for these changes. |
2a38ef9
to
0b0d783
Compare
Looks good. No mutations were possible for these changes. |
1 similar comment
Looks good. No mutations were possible for these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Filed the PR internally :).
0b0d783
to
d517f23
Compare
Looks good. No mutations were possible for these changes. |
Quality Gate passedIssues Measures |
This PR contains the following updates:
2.24.1
->2.25.0
2.24.1
->2.25.0
2.24.1
->2.25.0
2.24.1
->2.25.0
2.24.1
->2.25.0
2.24.1
->2.25.0
Release Notes
google/error-prone (com.google.errorprone:error_prone_core)
v2.25.0
: Error Prone 2.25.0Compare Source
New checks:
JUnitIncompatibleType
: Detects incompatible types passed to an assertion, similar toTruthIncompatibleType
RedundantSetterCall
: Detects fields set twice in the same chained expression. Generalization of previousProtoRedundantSet
check to also handle AutoValue.Closed issues: #4195, #4224, #4228, #4248, #4249, #4251
Full Changelog: google/error-prone@v2.24.1...v2.25.0